home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_1424
/
frame_78
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
490b
|
27 lines
if(eval("/Variables:Porte") == 2)
{
tellTarget("_root.Porte.PorteBarree")
{
play();
}
}
else if(eval("/Variables:Porte") == 1)
{
set("/Variables:GardeEntre","OuvrePorte");
tellTarget("_root.Animatiques")
{
gotoAndStop("OuvrePorte");
}
stop();
}
else
{
set("/Variables:GardeEntre","GardesSorts");
tellTarget("_root.Animatiques")
{
gotoAndStop("GardesSorts");
}
stop();
}
set("/Variables:PorteDefonce",true);